VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElementCollection<T> Class / Move(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    Move(Int32,Int32) Method (OpenXmlDocumentElementCollection<T>)
    In This Topic
    Removes element at specified index and inserts it at specified newIndex.
    Syntax
    'Declaration
    
    Public Sub Move( _
    ByVal index
    The zero-based index of element that must be moved.
    As System.Int32, _
    ByVal newIndex
    The zero-based index at which the element should be inserted.
    As System.Int32 _
    )
    public void Move(
    System.Int32 index,
    System.Int32 newIndex
    )
    public: void Move(
    System.Int32 index,
    System.Int32 newIndex
    )
    public:
    void Move(
    System.Int32 index,
    System.Int32 newIndex
    )

    Parameters

    index
    The zero-based index of element that must be moved.
    newIndex
    The zero-based index at which the element should be inserted.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also